-
Notifications
You must be signed in to change notification settings - Fork 7.6k
modules: hal_rpi_pico: Introducing -std=gnu11
option
#84974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modules: hal_rpi_pico: Introducing -std=gnu11
option
#84974
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
@ajf58 Line 3561 in 4abffff
|
d63373d
to
3824be3
Compare
The original Pico-SDK is compiled with `-std=gnu11` option. Aligning with it. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
3824be3
to
4d7d20e
Compare
-std=gnu11
option
Could you please review this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense. Approved.
LGTM (but I'm biased). @stephanosio has been a bit quiet on a few issues (including SDK-ng). I don't think anything related to MISRA/safety critical kernel is pertinent here, and I hope we can get this done ahead of the 4.1 release. |
This is for |
Yes. It's "that issue." |
If you have time, could you authorize it? |
I am not sure there is anything else to do that for you to approve as the assignee, @soburi :) |
As @fabiobaltieri said in his comment, I think this issue has a potentially wide-reaching impact, and I would like to have someone with knowledge of this issue and someone who has a good understanding of the overall situation review it. |
I say it's a valid stop gap, if it's not optimal it can be reworked later, easy enough to roll it back and redo it differently. |
4cb8761
into
zephyrproject-rtos:main
Understood. If there are any problems, I'll try to bring it up sooner. |
The original Pico-SDK is compiled with
-std=gnu11
option.Aligning with it.